From 7f9a7a6646c51c8420bbe6d03c65a57065b02d80 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 30 Apr 2001 14:02:40 +0000 Subject: [PATCH] (font-lock-mode): Doc fix. --- lisp/font-lock.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4937b80a0b7..ef35b43dd9a 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -687,8 +687,9 @@ Major/minor modes can set this variable if they know which option applies.") ;;;###autoload (define-minor-mode font-lock-mode "Toggle Font Lock mode. -With arg, turn Font Lock mode on if and only if arg is positive, -otherwise turn it off. +With arg, turn Font Lock mode off if and only if arg is a non-positive +number; if arg is nil, toggle Font Lock mode; anything else turns Font +Lock on. \(Font Lock is also known as \"syntax highlighting\".) When Font Lock mode is enabled, text is fontified as you type it: -- 2.30.2